home *** CD-ROM | disk | FTP | other *** search
/ Enciclopedia Del Perro / Enciclopedia Del Perro.iso / info31 / communit.cn_ / communit.cn
Text File  |  1992-05-03  |  962b  |  26 lines

  1. # COMMUNIT.CNF - Configure SNMP communities, hosts and permissions.
  2. #
  3. # This is the session configuration file that determines whom may
  4. # access the gateway.  Each line consists of three items:
  5. #
  6. # First, the session name.
  7. #
  8. # Second, the IP address of the remote site.  If address is 0.0.0.0, any
  9. # address may communicate on that session name.
  10. #
  11. # Third, the privileges given that session name.  These currently
  12. # consist of READ for read only, WRITE for read/write, or NONE to
  13. # lock out a session name.  Permissions must be in UPPER CASE.
  14. #
  15. # The format is:
  16. #
  17. # session_name IP_address_in_dot_notation privileges
  18. #
  19. # The first example below gives the community name 'public' the right to
  20. # read all of SNMPD's variables from any IP address.  The second, which
  21. # has been commented out, allows one particular host to use the community
  22. # name 'interop' to read or write SNMPD's variables.
  23. #
  24. public 0.0.0.0 READ
  25. #interop 45.1.2.3 WRITE
  26.